home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19950929-19951130 / 000174_news@columbia.edu_Sun Oct 22 21:58:10 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  1KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA11066
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Sun, 22 Oct 1995 17:58:15 -0400
  3. Received: by apakabar.cc.columbia.edu id AA15952
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Sun, 22 Oct 1995 17:58:13 -0400
  5. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  6. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: exit code in c-kermit
  9. Date: 22 Oct 1995 21:58:10 GMT
  10. Organization: Columbia University
  11. Lines: 10
  12. Message-Id: <46eepi$fid@apakabar.cc.columbia.edu>
  13. References: <1995Oct21.161053.15912@yvax.byu.edu>
  14. Nntp-Posting-Host: watsun.cc.columbia.edu
  15. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  16.  
  17. In article <1995Oct21.161053.15912@yvax.byu.edu>,
  18. John K. Peterson <John_Peterson@byu.edu> wrote:
  19. >O.K., I give up!  How do you get kermit to exit with a non-zero status
  20. >from a command file?
  21. >
  22. Like it says in the manual, "Using C-Kermit" (command summary, p. 331),
  23. just follow EXIT by whatever number you want C-Kermit to return as its
  24. status code.
  25.  
  26. - Frank